Eclipse Platform
Pre-release 3.0

org.eclipse.ui.progress
Interface IWorkbenchSiteProgressService

All Superinterfaces:
IProgressService

public interface IWorkbenchSiteProgressService
extends IProgressService

IWorkbenchPartProgressService is an IProgressService that adds API for context sensitive jobs.

Since:
3.0

Field Summary
 
Fields inherited from interface org.eclipse.ui.progress.IProgressService
LONG_OPERATION_MILLISECONDS
 
Method Summary
 void schedule(Job job)
          Schedule the job in the progress service.
 void schedule(Job job, long delay)
          Schedule the job in the progress service.
 
Methods inherited from interface org.eclipse.ui.progress.IProgressService
busyCursorWhile, requestInUI
 

Method Detail

schedule

public void schedule(Job job,
                     long delay)
Schedule the job in the progress service. Ask the pane and the view part for job listeners and add them if required.

See Also:
Job.schedule(long)

schedule

public void schedule(Job job)
Schedule the job in the progress service. Ask the pane and the view part for job listeners and add them if required.

See Also:
Job.schedule()

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.